AILearning Tensorflow002 Tensor FundamentalTensor Data Types (dtype)On this pageTensor Data Types (dtype) Summary Auto data type Set data type on creation Content Auto dtype Type will be determined based on the value being passed tf.contant(7)# <tf.Tensor: shape=(), dtype=int32, numpy=7> tf.constant(7.)# <tf.Tensor: shape=(), dtype=float32, numpy=1.0> Specify the type